home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / dev / misc / fd2pragma.readme < prev    next >
Text File  |  2002-05-24  |  4KB  |  93 lines

  1. Short:    V2.146 create pragma, inline, ... files
  2. Author:   stoecker@epost.de (Dirk Stoecker)
  3. Uploader: stoecker@epost.de (Dirk Stoecker)
  4. Version:  2.146
  5. Type:     dev/misc
  6.  
  7. This is a utility to create:
  8.   - following pragma statements for certain C compilers: amicall, libcall,
  9.     flibcall, tagcall and syscall
  10.   - proto files for C compilers
  11.   - offset (LVO) files for assembler programs
  12.   - stub functions for either tag-functions or all library functions
  13.   - stub functions as assembler text
  14.   - stub functions as useable link library file
  15.   - FD files out of pragma files
  16.   - stubs for C++ compilers (SPECIAL 11, 12 and CLIB)
  17.   - the files with your own headers inserted
  18.   - files for using local pointers for shared library bases in compilers
  19.     which do not support this normally
  20.   - stub functions for Pascal compilers
  21.   - inline files for GCC
  22.   - inline, pragma and stub libraries using FPU registers
  23.   - files needed to develop for Phase5's PowerUP boards
  24.   - unit texts for FPC Pascal compiler
  25.   - BMAP files for AmigaBASIC and MaxonBASIC
  26.   - VBCC assembler inline files
  27.   - VBCC WOS stub texts and link library
  28.   - VBCC PowerUP stub texts and link library
  29.   - VBCC MorphOS stub texts and link library
  30.   - Modules for AmigaE
  31.   - FD files
  32.   - CLIB files
  33.   - SFD files
  34.   - auto library open files for VBCC
  35.   - MorphOS files
  36.  
  37. Therefor only the FD file giving the library information is needed. For
  38. some SPECIAL options you may additionally supply the CLIB keyword (or you
  39. need to supply it) giving fd2pragma the prototypes file in clib directory.
  40. Better is to supply the all-in-one SFD format as input.
  41.  
  42. The command template you get with fd2pragma ? .
  43.  
  44. Calling the program seems to be (is) very difficult, but it offers you a
  45. large set of functions. A lot of options need a lot of abilities to turn
  46. them on/off!
  47.  
  48. The documentation contains lots of information about related topics, so
  49. read it!
  50.  
  51. Short history (full history see source code):
  52.  2.141 04.01.02 : fixed problem with multiple pointer function args like in
  53.         "void (**func)(void)"
  54.  2.142 07.01.02 : started new direct inline types 46 and 47.
  55.  2.143 08.01.02 : Fixed warnings, bugs, card.resouce entry and added
  56.         ==copyright directive
  57.  2.144 09.01.02 : Fixed MUI varargs inlines
  58.  2.145 03.03.02 : Some bug fixes
  59.  2.146 20.05.02 : one little bug fix, added support for missing empty () in
  60.         defective FD files
  61.  
  62. This program is in the public domain. Use it as you want, but WITHOUT ANY
  63. WARRANTY!
  64.  
  65. Please contact me:
  66.  
  67. *********************************************************************
  68. * snail-mail:                  * e-mail:                            *
  69. *   Dirk Stoecker              *   stoecker@epost.de                *
  70. *   Geschwister-Scholl-Str. 10 *   dirk@dstoecker.de                *
  71. *   01877 Bischofswerda        * world wide web:                    *
  72. *   GERMANY                    *   http://www.dstoecker.de/         *
  73. * phone:                       * pgp key:                           *
  74. *   GERMANY +49 (0)3594/706666 *   get from WWW pages or keyservers *
  75. *********************************************************************
  76.  
  77. Following is my PGP signature for the corresponding LhA-File.
  78. Use ' pgpv fd2pragma.readme -o fd2pragma.lha ' to check it.
  79. Key fingerprint: B9 F2 3A 1A 29 02 75 16  6A C6 5B 7D 5E F6 16 CF.
  80. All my releases after April 2001 have a PGP signature with this key.
  81. Be alarmed if signature is missing or wrong.
  82.  
  83. -----BEGIN PGP SIGNATURE-----
  84. Version: PGPfreeware 5.0i for non-commercial use
  85. MessageID: oHvi8JzO4BdoYdX0yYyDvdIWo0vBR07d
  86.  
  87. iQCVAwUAPOjwibOTsAT/iOY9AQGOnQQAovevHlBoawr60vh9Ot+Paj66UutClkG7
  88. yBMcPf2lgomGDz0H10XqKgCmaT+cb4LijjLViPjoS2vlk+Nbygrs/JeSE3A1GBXt
  89. mQ5TbWMIKDAWUtEwigXatQoiLa/1KlWjwM11WWN5uHT0Esa7m9NSadNFLn8e3gEz
  90. x/m70VzgyK4=
  91. =mtOG
  92. -----END PGP SIGNATURE-----
  93.